home *** CD-ROM | disk | FTP | other *** search
/ Mantenimiento Redes Del PC / Mantenimiento Redes Del PC.iso / recomen / ajour112 / ajour.exe / 0 / RCDATA / THSBASEFORM / THSBASEFORM.txt
Text File  |  1997-05-01  |  978b  |  52 lines

  1. object HSBaseForm: THSBaseForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 435
  5.   Height = 300
  6.   Font.Color = clWindowText
  7.   Font.Height = -11
  8.   Font.Name = 'MS Sans Serif'
  9.   Font.Style = []
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object TopPanel: TPanel
  13.     Left = 0
  14.     Top = 0
  15.     Width = 427
  16.     Height = 41
  17.     Align = alTop
  18.     TabOrder = 0
  19.     object Label1: TLabel
  20.       Left = 1
  21.       Top = 1
  22.       Width = 206
  23.       Height = 39
  24.       Align = alLeft
  25.       Caption = 'Skriv titlen her'
  26.       Font.Color = clNavy
  27.       Font.Height = -27
  28.       Font.Name = 'Comic Sans MS'
  29.       Font.Style = [fsBold, fsItalic]
  30.       ParentFont = False
  31.     end
  32.   end
  33.   object BundPanel: TPanel
  34.     Left = 0
  35.     Top = 232
  36.     Width = 427
  37.     Height = 41
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     object ExitKnap: TButton
  42.       Left = 344
  43.       Top = 8
  44.       Width = 75
  45.       Height = 25
  46.       Caption = 'Luk'
  47.       TabOrder = 0
  48.       OnClick = ExitKnapClick
  49.     end
  50.   end
  51. end
  52.